home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2298 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: please help me on BC45 resource workshop
  5. Date: 18 Jan 1996 14:48:28 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4dlmjs$qrs@redstone.interpath.net>
  8. References: <4d7n1h$f0q@mark.ucdavis.edu>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Shushi Huang (shuang@tamales.engr.ucdavis.edu) wrote:
  13. : hi,
  14. :    when I try to use the resource workshop on BC45, it gives me the
  15. : error message " Resource Workshop requires BWCC 2.00 and above". Can
  16. : any one help me solve this problem?   Thanks.
  17.  
  18. YES! This took me several days to solve. It is mind-boggling.
  19.  
  20. You probably have a program ALREADY RUNNING which loads an old
  21. version of this library. I had a to-do list that started
  22. with Windows which was written using BWCC, and it copied an
  23. old version of the library into its own directory, and loaded
  24. it. RW tries to load the library, sees it is already loaded,
  25. and dies a horrible death. It can't unload the old version and
  26. load the new one.
  27.  
  28. This wouldn't be a problem if whatever is running using BWCC
  29. didn't have a copy of the library in its own directory.
  30. It would use the system-wide one which the install program
  31. for BC45 updates.
  32.  
  33. Reuseable code at its finest! This is a good design 
  34. case study, to say the least.
  35.  
  36. Scott
  37.  
  38.